home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Intelligent classes 1.0 / CIntelligentWindow.h < prev    next >
Encoding:
Text File  |  1994-11-30  |  940 b   |  25 lines  |  [TEXT/KAHL]

  1. /****
  2.  * CIntelligentWindow.h
  3.  *
  4.  *    This class makes the Window a little more intelligent.
  5.  *
  6.  *    Copyright © 1993 Quipus, by Mårten Sörliden.  All rights reserved.
  7.  *
  8.  ****/
  9.  
  10. #define _H_CIntelligentWindow            /* Include this file only once */
  11.  
  12. #include <CWindow.h>
  13.  
  14. class CDesktop;
  15. class CDirector;
  16.  
  17.  
  18. struct CIntelligentWindow : CWindow {
  19.  
  20.     short           wNum;
  21.     Boolean        stdStateChanged;
  22.     short        lastDirection;
  23.  
  24. /** Construction and destruction methods **/
  25.     void        IIntelligentWindow(short WINDid, Boolean aFlo